<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.caseService2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    word-wrap: break-word;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.caseService2 * {
    box-sizing: border-box;
}

.caseService2 .caseService2Top {
    text-align: center;
    margin-bottom: 54px;
}

.caseService2Top .enTitle {
    font-size: 40px;
    color: rgb(242, 242, 242);
    font-weight: bold;
}

.caseService2Top .title {
    color: rgb(63, 63, 63);
    font-size: 24px;
    margin-top: -24px;
    font-weight: bold;
}

.caseService2List:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.caseService2Item {
    float: left;
    width: 25%;
    text-align: center;
    padding: 10px;
}

.caseService2Item .caseService2ItemA {
    cursor: auto;
    margin-bottom: 18px;
    display: block;
}

.caseService2Item .caseService2ItemA .image-animation {
    border: 0;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.caseService2Item .caseService2ItemTitle {
    color: rgb(89, 89, 89);
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.caseService2Item .caseService2ItemDec {
    font-size: 14px;
    color: rgb(127, 127, 127);
    line-height: 28px;
}</pre></body></html>